home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000008_news@columbia.edu_Thu Jul 27 13:39:55 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09975
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 27 Jul 1995 11:55:21 -0400
  3. Received: by apakabar.cc.columbia.edu id AA23322
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 27 Jul 1995 11:55:19 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!zombie.ncsc.mil!cs.umd.edu!mojo.eng.umd.edu!cwmills.umd.edu!not-for-mail
  6. From: gdead@Glue.umd.edu (Alan Neustadtl)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Help with input statement in a script file
  9. Date: 27 Jul 1995 09:39:55 -0400
  10. Organization: Project Glue, University of Maryland, College Park
  11. Lines: 60
  12. Message-Id: <3v84vb$t3r@cwmills.umd.edu>
  13. Nntp-Posting-Host: cwmills.umd.edu
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16.         *** Somewhat long post because session log is included ***
  17.  
  18.         Okay kermit gurus.....I am using ckermit for os/2 and attempting
  19. to automate a login to our university annex server.  I am trying to
  20. use the input statement to "look" for the typical Username:, Password:
  21. strings.
  22.  
  23.         Here is the problem.  Our annex server blasts out so much of
  24. a message, I think, that the input buffer becomes overloaded.  I have
  25. done a few things:  1) logged in with debug to look for hidden characters,
  26. 2) checked \v(input), \v(inchar), and \(incount).
  27.  
  28.         The input statement I use is:
  29.  
  30.                          input 30 Username:
  31.  
  32.         Here is what my server is blasting out after the modem
  33. connects (prefaced with > for clarity):
  34.  
  35. >Annex Command Line Interpreter   *   Copyright 1991 Xylogics, Inc.
  36. >
  37. >Checking authorization, Please wait...
  38. >Attached to annex8/29
  39. >
  40. >A WAM username and password are required for access to this modem pool.
  41. >Use xxx-xxxx for non authenticated access.  Contact the CSC Consulting Lab
  42. >in the CSS Bldg, room 3326 or call 405-1500 for more information.
  43. >
  44. >WAM/Annex Username:
  45.  
  46.         And, here are the contents of various memory variables:
  47.  
  48. >[D:\DESKTOP1] C-Kermit>echo \v(input)
  49. >326 or call 405-1500 for more information.
  50. >
  51. >WAM/Annex Username:ed to annex8/19
  52. >
  53. >A WAM username and password are required for access to this modem pool.
  54. >Use 403-4333 for non authenticated access.  Contact the CSC Consulting Lab
  55. >in the CSS Bldg, room 3
  56. >[D:\DESKTOP1] C-Kermit>echo \v(inchar)
  57. >
  58. >[D:\DESKTOP1] C-Kermit>echo \v(incount)
  59. >1
  60. >[D:\DESKTOP1] C-Kermit>
  61.  
  62.         The \v(inchar) appears to be a null or blank.
  63.  
  64.         Any suggestions about how to further debug this problem or
  65. any solutions to try?
  66.  
  67. Best,
  68. Alan
  69.  
  70. Alan Neustadtl
  71. Department of Sociology
  72. University of Maryland
  73. College Park, MD  20742
  74.  
  75. ALAN@BSS1.UMD.EDU